home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / devices / prtgfx.txt < prev    next >
Text File  |  1992-09-02  |  1KB  |  60 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:devices/prtgfx.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST PCMYELLOW=0,
  6.       PCMMAGENTA=1,
  7.       PCMCYAN=2,
  8.       PCMBLACK=3,
  9.       PCMBLUE=0,
  10.       PCMGREEN=1,
  11.       PCMRED=2,
  12.       PCMWHITE=3
  13.  
  14. (---) OBJECT colorentry
  15. (  0)   colorbyte:substructure
  16. (---) ENDOBJECT     /* SIZEOF=4 */
  17.  
  18. (---) OBJECT prtinfo
  19. (  0)   render:LONG
  20. (  4)   rp:LONG
  21. (  8)   temprp:LONG
  22. ( 12)   rowbuf:LONG
  23. ( 16)   hambuf:LONG
  24. ( 20)   colormap:LONG
  25. ( 24)   colorint:LONG
  26. ( 28)   hamint:LONG
  27. ( 32)   dest1int:LONG
  28. ( 36)   dest2int:LONG
  29. ( 40)   scalex:LONG
  30. ( 44)   scalexalt:LONG
  31. ( 48)   dmatrix:LONG
  32. ( 52)   topbuf:LONG
  33. ( 56)   botbuf:LONG
  34. ( 60)   rowbufsize:INT
  35. ( 62)   hambufsize:INT
  36. ( 64)   colormapsize:INT
  37. ( 66)   colorintsize:INT
  38. ( 68)   hamintsize:INT
  39. ( 70)   dest1intsize:INT
  40. ( 72)   dest2intsize:INT
  41. ( 74)   scalexsize:INT
  42. ( 76)   scalexaltsize:INT
  43. ( 78)   prefsflags:INT
  44. ( 80)   special:LONG
  45. ( 84)   xstart:INT
  46. ( 86)   ystart:INT
  47. ( 88)   width:INT
  48. ( 90)   height:INT
  49. ( 92)   pc:LONG
  50. ( 96)   pr:LONG
  51. (100)   ymult:INT
  52. (102)   ymod:INT
  53. (104)   ety:INT
  54. (106)   xpos:INT
  55. (108)   threshold:INT
  56. (110)   tempwidth:INT
  57. (112)   flags:INT
  58. (---) ENDOBJECT     /* SIZEOF=114 */
  59.  
  60.